eduardoazevedo3
(usa Ubuntu)
Enviado em 10/09/2011 - 13:11h
Olá pessoal,
estou tendo um problema com Postfix ao tentar enviar e-mails para rede externa "gmail, yahoo, hotmail, etc."
Esse é o main.cf
==============================================================================
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
readme_directory = no
# TLS parameters
smtpd_tls_cert_file = /etc/ssl/certs/smtpd.crt
smtpd_tls_key_file = /etc/ssl/private/smtpd.key
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.
myhostname = orbitalstudio.com.br
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = orbitalstudio.com.br, localhost.orbitalstudio.com.br, localhost
relayhost =
relay_domains =
mynetworks = 127.0.0.0/8
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
inet_protocols = all
smtpd_sasl_local_domain =
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
smtp_tls_security_level = may
smtpd_tls_security_level = may
smtpd_tls_auth_only = no
smtp_tls_note_starttls_offer = yes
smtpd_tls_CAfile = /etc/ssl/certs/cacert.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
==============================================================================
---- Aqui vai os logs: ----
Sep 10 13:08:31 orbitalstudio postfix/anvil[1648]: statistics: max cache size 1 at Sep 10 13:05:08
Sep 10 13:09:58 orbitalstudio postfix/qmgr[1640]: 4D1DA40A80: from=<eduardo@orbitalstudio.com.br>, size=324, nrcpt=1 (queue active)
Sep 10 13:10:19 orbitalstudio postfix/smtp[1672]: connect to gmail-smtp-in.l.google.com[74.125.65.26]:25: Connection timed out
Sep 10 13:10:40 orbitalstudio postfix/smtp[1672]: connect to alt1.gmail-smtp-in.l.google.com[74.125.113.26]:25: Connection timed out
Sep 10 13:11:01 orbitalstudio postfix/smtp[1672]: connect to alt2.gmail-smtp-in.l.google.com[209.85.143.26]:25: Connection timed out
Sep 10 13:11:22 orbitalstudio postfix/smtp[1672]: connect to alt3.gmail-smtp-in.l.google.com[209.85.229.26]:25: Connection timed out
Sep 10 13:11:43 orbitalstudio postfix/smtp[1672]: connect to alt4.gmail-smtp-in.l.google.com[74.125.77.27]:25: Connection timed out
Sep 10 13:11:43 orbitalstudio postfix/smtp[1672]: 4D1DA40A80: to=<eduardoazevedo3@gmail.com>, relay=none, delay=8712, delays=8607/0.02/105/0, dsn=4.4.1, status=deferred (connect to alt4.gmail-smtp-in.l.google.com[74.125.77.27]:25: Connection timed out)
---------------------------